Bring the emulators.dev catalog in line with the brand - #6
Merged
Conversation
Restyle the apex catalog (apps/console) to the registry-grade minimal system: Geist and Geist Mono, a grayscale ramp, hairline cards, mono metadata (wordmark, eyebrows, host lines), and destructive red as the only hue. Drop the green/blue/amber accent palette, the green brand dot, and the green monogram badges; keep real provider brand marks. Dark palette, since the icon service serves white monochrome marks. Inline the static service catalog into the served HTML (worker sets window.__EMULATE_SERVICES__) so the console renders the grid on first paint with no client fetch and no loading state. Regenerate console-html.ts from the rebuilt SPA.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Restyles the apex catalog (
apps/console, served at emulators.dev) to the registry-grade minimal design system.What changed
SERVICE CATALOG,ALL EMULATORS), and host lines. Headings are Geist 600.No loading state
The catalog is a static registry, so the worker now inlines it into the served HTML (
window.__EMULATE_SERVICES__). The console renders the grid on first paint with no client fetch and no loading flash. The/_emulate/servicesendpoint stays as a dev fallback.console-html.tsis regenerated from the rebuilt SPA.Verification
pnpm install). Worth running before merge.